Fix video console newline and carriage return handling
authorAnatolij Gustschin <[email protected]>
Fri, 11 Jan 2008 01:39:47 +0000 (02:39 +0100)
committerRodolfo Giometti <[email protected]>
Fri, 11 Jan 2008 15:04:46 +0000 (16:04 +0100)
commit20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
tree34781f8ff9db9216958506659cd8a41a773fe271
parent422b1a01602b6e2fbf8444a1192c7ba31461fd4c
Fix video console newline and carriage return handling

Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
are not displayed correctly. This is an attempt to fix
this issue. Also add carriage return handling.

Signed-off-by: Anatolij Gustschin <[email protected]>
Signed-off-by: Rodolfo Giometti <[email protected]>
drivers/video/cfb_console.c